home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / INTR26B.ARJ / INT2GUID.DOC < prev    next >
Text File  |  1991-04-01  |  1KB  |  28 lines

  1. The program INT2GUID converts the Interrupt list files into an input
  2. file for the TurboPower Software MAKEHELP program to create a GUIDE
  3. Popup Reference Machine database. The program is a transcription of
  4. INT2QH written by Kai Uwe Rommel.
  5.  
  6. When running, INT2GUID reads either the interrup.lst file or the partial
  7. interrup.a ... files, and memory.lst, interrup.pri, int2guid.ref, and
  8. int2guid.gui from the current directory and writes the created MakeHelp
  9. source file to standard output (it creates two temporary files topic.tmp
  10. and subtopic.tmp during that process in the current directory).
  11.  
  12. From the 1/91 list, it creates a 1.4M source file for MAKEHELP which
  13. then creates a help database of about 1.14M (poor compression ratio!).
  14. INT2GUID executes i 1 minute on a 20 MHz 386 based machine, and MAKEHELP
  15. executes in 2 minutes.
  16.  
  17. GUIDE's space for main index and window headings is limited to 64 k. Thus,
  18. with almost 2300 topics, I have limited each entry to 25 characters. A
  19. more detailed index is implemented as help screens. this implementation
  20. is a little bit inconvenient, but it gives an absolutely fair solution
  21. to the problem.
  22.  
  23. GUIDE can pop up on a topic indicated by an interrupt number at the
  24. cursor's position on the screen.
  25.  
  26. Bent Lynggaard.
  27.  
  28.